home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / Anwendun / Everest / SE_TEST / SE_TEST.PRJ < prev    next >
Encoding:
Text File  |  1996-10-12  |  347 b   |  18 lines

  1.  
  2. se_test.prg        ; name of executable program
  3.  
  4. .C [ -Y ]
  5. .L [ -L -Y ]
  6. .S [ -Y ]
  7. =                  ; list of modules follows...
  8.  
  9. PCVSTART.O          ; startup code
  10.  
  11. se_test.c
  12.  
  13. PCSTDLIB.LIB       ; standard library
  14. PCEXTLIB.LIB       ; extended library
  15. PCTOSLIB.LIB       ; TOS library
  16. PCGEMLIB.LIB       ; AES and VDI library
  17.  
  18.